ComboBox: Fix wrongly matched signal disconnect()s
authorDaniel Boles <dboles@src.gnome.org>
Mon, 28 Aug 2017 17:57:27 +0000 (18:57 +0100)
committerDaniel Boles <dboles@src.gnome.org>
Mon, 28 Aug 2017 19:01:57 +0000 (20:01 +0100)
commit1f1fdfe7574e9246d70fabcbde0073384804568a
tree4ec6dccf156f9a613d64de86d6a86e831b424dfc
parent13017239055dc492f7e5cdeae63f01e6e820da4e
ComboBox: Fix wrongly matched signal disconnect()s

Various disconnections had the wrong flags and/or data, so we failed to
disconnect a pile of signals, shown by 0 returned by the disconnect_*()
functions. Fix this, and use the nicer disconnect_by_*() while here.
gtk/gtkcombobox.c